home *** CD-ROM | disk | FTP | other *** search
/ Leonardo L'artista / leonardo l'artista.BIN / Dati / Black.dxr / 00001.ls next >
Encoding:
Text File  |  2000-11-10  |  209 b   |  13 lines

  1. on startMovie
  2.   global gScappaPerMemoria, gWWW
  3.   if gScappaPerMemoria <> 0 then
  4.     go(1, "slideshow")
  5.   else
  6.     if gWWW <> 0 then
  7.       go(1, "internet")
  8.     else
  9.       go(1, "main")
  10.     end if
  11.   end if
  12. end
  13.